home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / FarmPig.Dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  289 b   |  15 lines

  1. on exitFrame
  2.   global snap, follow
  3.   set snap to 0
  4.   set follow to 0
  5.   repeat with f = 8 to 12
  6.     set the visible of sprite f to 1
  7.   end repeat
  8.   repeat with f = 14 to 18
  9.     puppetSprite(f, 1)
  10.   end repeat
  11.   repeat with f = 14 to 18
  12.     set the visible of sprite f to 0
  13.   end repeat
  14. end
  15.